home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / telecomm / ig214.arc / CHANGES.TXT < prev    next >
Text File  |  1990-05-03  |  13KB  |  254 lines

  1.  
  2. Changes for versions 2.xx Instant Graphics!
  3. --------------------------------------------------------------------------
  4.  Date of release:  10-15-1989  by Larry Mears
  5.    IGS210.EMU:
  6.                o Insert key now IG graphics on/off toggle.
  7.                o Clr Home key now resets original startup color and
  8.                  VDI attributes.
  9.  
  10.    IG210.ACC  &  IGS210.EMU:
  11.                o IG's  I command expanded and R command altered, see
  12.                  IG210.TXT.
  13.  
  14.    IG210.ACC:
  15.               o "b" sound command added.
  16.               o Auto SetScreen removed, should work with FLASH now as long as
  17.                 a resolution switch from MEDIUM to LOW is not performed.
  18.  
  19. --------------------------------------------------------------------------
  20. Date of release:10-26-89  by Larry Mears
  21. Shareware beginning with versions 2.11
  22.  
  23.     IGS211.EMU:
  24.              o New graphics scaling command added, "g" see IGxxx.TXT.
  25.              o Crash at Masterlink exit bug fixed.
  26.              o ATASII translation removed.
  27.              o "Clr Home" key now resets video from inverse to normal
  28.                 and the background and text for VT 52 to the proper
  29.                 registers.
  30.              o New key command added, SHIFT+Control R  is a toggle for
  31.                locking out the resolution command.  The Interlink fail
  32.                sound signifys that the lock is in place.  Default at
  33.                startup is lockout off.
  34.  
  35.     IG211.ACC:
  36.              o New graphics scaling command added, "g" see IGxxx.TXT.
  37.              o "Clr Home" key now resets video from inverse to normal
  38.                 and the background and text for VT 52 to the proper
  39.                 registers.
  40.              o New key command added, F5 is a toggle for
  41.                locking out the resolution command. The bell signifys
  42.                that the lock is in place, likewise no bell no lock.
  43.                Default at startup is lockout off.
  44.              o Cursor is set to bottom right of screen when exiting
  45.                back into the Flash terminal screen.
  46. -------------------------------------------------------------------------------
  47. date of release: 11-16-89 by Larry Mears
  48.  
  49.     IG212.ACC and IGS212.EMU
  50.              o New command "G" grab a piece of the screen.
  51.                This command needed a 32K buffer so if you are running
  52.                a 512K ST and Interlink select STARTUP PARAMETERS from
  53.                Interlink's drop down menus and set the capture buffer
  54.                to 42K and RS232 buffer to 8K, SAVE them exit Interlink
  55.                then rerun Interlink to activate the new buffer sizes.
  56.                You may have to make the buffers smaller I'm only
  57.                estimating, I have 1024K in my ST.
  58.                Also drop all desk ACCs and extra AUTO folder programs
  59.                that eat RAM.
  60.  
  61.                Bit-Blits from screen to screen
  62.                               screen to memory
  63.                               memory to screen
  64.                see IGxxx.txt for details.
  65.  
  66.  
  67.              o New command "?" asks the IG terminal questions about
  68.                itself and IG transmits the answer back to the
  69.                BBS ( host system ).  Questions about where the mouse is
  70.                and cursor are can be asked allowing BBS programs and Doors
  71.                games to be written that can have a point and click operation
  72.                mode!!!!
  73.  
  74.  
  75.                Questions it can be asked are:
  76.                      0 =   What version are you?
  77.                      1,0 = Where is your text cursor, and button state?
  78.                      1,1 = User moves cursor with mouse and IG tansmits where
  79.                            the user placed it after he presses a mouse button,
  80.                            mouse button state is also transmitted.
  81.                      2,0 = Where is the mouse and check its buttons.
  82.                      2,1 = User moves polymarker pointer with mouse IG tansmits
  83.                            where the user placed it after he presses a mouse
  84.                            button, mouse button state is also transmitted.
  85.                      3 =   What graphics mode is the IG terminal running in?
  86.  
  87.  
  88.                 See IGxxx.TXT for more Details.
  89.  
  90.  
  91. -------------------------------------------------------------------------------
  92. date of release: 3-17-90
  93. Time involved for release IG213 = 7 weeks of my spare time.
  94.  
  95.                 o Execute Graphics From File - load additional buffer
  96.                   logic changed slightly hope I squashed the bug reported
  97.                   by Ron Rabaut.
  98.  
  99.                 o X command set color register value limit of 1911 removed,
  100.                   value up to 9999 can now be passed.  May be useful
  101.                   for STE.
  102.  
  103.                 o XON XOFF flow control for the t and F command improved.
  104.  
  105.                 o W commands get text routine ignores CR LF characters
  106.                   so text for that command can be split on multiple
  107.                   lines. If W is passed a null string the string becomes
  108.                   the @ character.
  109.                   ie G#W 10,40,@
  110.  
  111.                 o   _ underscore value continuation added for spliting
  112.                   constants for commands on multiple lines like so:  L 0,_
  113. 10,0,10:          Underscore has to be in 1st digit place.
  114.  
  115.  
  116.                 o MIDI support added and Music Studio files to IG format
  117.                   program included in IG213.ARC. ( Now available as MS2IG.ARC )
  118.  
  119.                 o F4 midi playback on/off toggle added for ACC version,
  120.                   it's CONTROL + SHIFT + m   for the EMU version.  User sets
  121.                   this if he doesn't have MIDI.  MIDI data will still be
  122.                   loaded in from BBS but when it starts to play it will just
  123.                   skip it.  Control+c or Control+x can be issued during MIDI
  124.                   buffer load (zeros buffer) and while MIDI is
  125.                   playing (doesn't zero MIDI buffer).
  126.  
  127.                 o Plus key " + " MIDI sync adjust.  If a "little" line noise
  128.                   creeps into the MIDI buffer at load time DATA bytes and
  129.                   DELAY bytes can get in reverse order garbling the music,
  130.                   the plus key + will add 1 to the loop that is stepping
  131.                   through the midi buffer in a attempt to recover.  If all
  132.                   fails control+c or control+x it.
  133.  
  134.                 o N commands added for MIDI, load only, load and execute,
  135.                   execute only. MIDI buffer is 9999 bytes. this command may
  136.                   be expanded later for other neat stuff.
  137.  
  138.                 o Walter Holding's MSPLYR6 program modified to turn
  139.                   Music Studio Files to IG files.
  140.  
  141.                 o "&" new loop power tool command added.  Will step
  142.                   parameters in one command FROM TO STEP DELAY  or exectue
  143.                   a command X number of times. Values can step be stepped in
  144.                   opposite directions at the same time, x for forward, y for
  145.                   reverse.  Can act like BASIC's READ DATA command with up to
  146.                   2048 data elements, could have allowed for more but it
  147.                   required 2K for every 1024 elements. Special options for
  148.                   the W command (to get text or not to get text) and
  149.                   G command (XOR stepping) for moving parts of the screen
  150.                   without messing the background up.  It's  flashy
  151.                   but I couldn't swap screens for messing up FLASH's status
  152.                   line.
  153.  
  154.                 o New X 2 command added for setting a range for the
  155.                   NEW r option used as a parameter value instead of a
  156.                   constant returns a RANDOM number in the range set by the
  157.                   X command.  Like L 0,r,639,r:  <- draw a line
  158.                   at X coordinates of 0 and 639 with random Y coordinates.
  159.                   Random numbers between 0 and 255 will be generated a lot
  160.                   faster than random numbers between 256 and 9999.
  161.  
  162.